Independent Handset States
TheConnect
parameter to theTELGetIndHSConnect
andTELSetIndHSConnect
functions (and thetelTermIndHSStateChgMsg
andtelTermIndHSConnectMsg
messages) can contain either of the following constants to indicate whether an independent handset is connected to a telephone line:
enum { telIndHSDisconnected = 0, telIndHSConnected = 1 };Constant descriptions
The
telIndHSDisconnected
- The independent handset is disconnected.
telIndHSConnected
- The independent handset is connected.
telTermIndHSStateChgMsg
message can return either of the following constants to indicate whether an independent handset is on hook or off hook:
enum { telIndHSOnHook = 0, telIndHSOffHook = 1 };Constant descriptions
telIndHSOnHook
- The independent handset is on hook.
telIndHSOffHook
- The independent handset is off hook.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help